ListBox.CellBorderLeft Property

Syntax

CellBorderLeft as Integer


Parameters are row, column (Integers).Sets the left border of the cell designated by Row, Column to a rule style. You specify the Border via ListBox class constants: They are:
BorderDefault (0): Default
BorderNone (1): None
BorderThinDotted (2): Thin Dotted
BorderThinSolid (3): Thin Solid
BorderThickSolid (4): Thick Solid
BorderDoubleThinSolid (5): Double Thin Solid
For example:
lb1.CellBorderLeft(1,1)=ListBox.BorderThinSolid